/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 févr. 2020, 08:54:42
    Auteur     : Ogamiss
*/

#carte {
    padding-top: 10px;
    line-height: 0;
}

#carte h1 {
    text-align: left;
    line-height: normal;
}

#carte img:nth-child(2) {
    float: left;
    margin-right: 10px;
}

#carte img:last-child {
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    #carte h1 {
        text-align: center;
    }
    #carte img:nth-child(2) {
        display: none;
    }
    #carte img:nth-child(3), #carte img:nth-child(4) {
        width: 100%;
    }
}